CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 注册表

搜索资源列表

  1. 注册表操作类vc

    1下载:
  2. 注册表操作类-registry operation category
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1626
    • 提供者:封笑平
  1. 有用的VC++类

    1下载:
  2. 有用的VC++类,包括动画按钮,超链接,注册表,精确计时器等-useful VC++ genus,including the cartoon button, hyperlink, registration table, accurate time-recorder ,etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71673
    • 提供者:Pear
  1. 源码附件:VC--初探WINDOWS下的IME编程

    0下载:
  2. 初探WINDOWS下IME编程源码: 大家知道,DELPHI许多控件有IME属性。这么好用的东西VC可没自带,怎么办呢?其实,可通过注册表,用API实现。下面说一下本人对IME的研究结果,并提供示例工程供大家参考: -of IME programming under Windows source : As we all know, many controls are DELPHI IME attributes. So handy things VC may not own, how do?
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:10706
    • 提供者:周梦蝶
  1. VC中注册表操作类

    0下载:
  2. 一个VC封装的注册表操作类,把API的操作封装起来,直接导入就可用-a VC Packaging registry operations, the API put Packaging operation, can be used directly into
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1996
    • 提供者:张 虎
  1. 编写程序实现所有注册表的操作vc

    1下载:
  2. 编写程序实现所有注册表的操作-procedures for the preparation of all the registry operation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5961
    • 提供者:冯涛
  1. Win32 API 注册表类的编制以及使用

    1下载:
  2. Win32 API 注册表类的编制以及使用。是关于在windows系统用VC读写(包括添加)注册表的源代码。做成了.h合.cpp两个文件,里面是注册版读写操作的类定义。用户要使用,只需要将这两个文件包含到自己的工程当中,然后使用类CMyRagKey及其操作即可。-Win32 API registration category and the use of the preparation. Windows on the system with VC readers (including addit
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:17479
    • 提供者:孙中雨
  1. 注册表修改程序代码

    1下载:
  2. 一个用vc++编的注册表修改程序
  3. 所属分类:Windows编程

    • 发布日期:2009-06-08
    • 文件大小:1891411
    • 提供者:qaz123
  1. wince读写注册表

    0下载:
  2. wince读写注册表VC++程序,初学者入门很好用
  3. 所属分类:Windows CE

    • 发布日期:2010-09-15
    • 文件大小:49201
    • 提供者:zttyler
  1. SoftwareView

    0下载:
  2. VC获取系统安装软件信息的程序,代码通过读取注册表实现,比较详细,适合于初学者.-VC installation software information for the procedure, the code achieved by reading the registry, more detail, suitable for beginners.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:90399
    • 提供者:卓越
  1. zucebiao

    0下载:
  2. 用VC++6.0编写的注册表程序,可实现开机对注册表监控,希望对大家有所帮助!-VC++6.0 with the preparation of the registry process, the boot can be monitored on the registry, I hope all of you to help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1627674
    • 提供者:尹豪
  1. modifyregistry-vc

    0下载:
  2. 一个简单的例子,在vc下如何修改注册表,特别说明了注册表键值-sample for edit registry
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1195
    • 提供者:sun
  1. Reg

    0下载:
  2. vc编写的关于注册表操作的例程,使用windows API注册表操作函数。-vc prepared by the routine operation of the registry, using windows API registry manipulation functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:14157
    • 提供者:wangzheng
  1. Upanbingdu

    0下载:
  2. VC++U盘病毒程序,集成了注册表读写,盘符传播,适合新手学习理解使用!-VC++ U disk-virus program that integrates registry read, write, letter spread, suitable for novice to learn to understand the use of!
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1428030
    • 提供者:chenlin
  1. HookRegister

    0下载:
  2. 用 VC编写的注册表监控程序,利用了 HOOK API。大家可以学习学习。-Written by VC registry monitoring program, using the HOOK API. We can learn from him.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:156891
    • 提供者:亮亮
  1. vc_regedit

    0下载:
  2. vc注册表操作类,使用非常方便! Registry.CreateKey(HKEY_LOCAL_MACHINE, Path) Registry.Open(HKEY_LOCAL_MACHINE, Path) Registry.Write("strPath", strPath) Registry.Close() -vc registry operator class, easy to use! Registry.CreateKey (HKEY_LOCAL_MAC
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:4301
    • 提供者:feegood
  1. CSharpRegedit

    0下载:
  2. VC#2005写的注册表编程的一些例子,这方面的初学者可以参考一下。-VC# 2005 to write the registry programming examples, this reference for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:138359
    • 提供者:jiangzhuhui
  1. vc_registry_monitoring_program_source_code_program

    0下载:
  2. vc编程实现注册表监控程序源码vc registry monitoring program source code programming-vc registry monitoring program source code programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:71958
    • 提供者:di
  1. vc-regedit

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:45833
    • 提供者:edmun
  1. VC

    0下载:
  2. 第16章VC注册表编程 第16章VC注册表编程-jan sljk lslskc dfaodm sfksfb
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:789570
    • 提供者:刘业林
  1. Reg

    0下载:
  2. VC++中注册表读写函数地实现。。。。。。。(VC++ registry read and write)
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com